home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / ProjectCenter / WriteBoard.css < prev   
Encoding:
Cascading Style Sheet File  |  2006-08-15  |  2.2 KB  |  157 lines

  1. .BoardItem
  2. {
  3.     float:left;
  4.     display:inline-block;
  5.     margin-right:10px;
  6.     padding-bottom:10px;
  7.     
  8.     position:relative;
  9.     
  10.     background:#fff url(/img/ProjectCenter/Writeboard_Item_bottom.jpg) right bottom no-repeat;
  11.     font-size:16px;
  12.     font-family:"Lucida Grande", Tahoma, SimSun, sans-serif;
  13. }
  14. p
  15. {
  16.     float:left;
  17.     clear:left;
  18. }
  19. .BoardItem_top
  20. {
  21.     float:left;
  22.     margin:0px;
  23.     color:#666;
  24.     line-height:20px;
  25.  
  26.     padding:10px 10px 10px 20px;
  27.     margin:10px 10px 0 0;
  28.     background:url(/img/ProjectCenter/Writeboard_Item_top.jpg) left top no-repeat;
  29. }
  30.  
  31.     .Board_ControlSet
  32.     {
  33.         position:absolute;
  34.         right:0px;
  35.         top:15px;
  36.         
  37.         line-height:20px;
  38.  
  39.  
  40.         background:#fff;
  41.         padding:5px 5px 5px 5px;
  42.     }
  43.  
  44.     .BoardItem_Author
  45.     {
  46.         float:left;
  47.         display:inline-block;
  48.         width:300px;
  49.         height:20px;
  50.         font-weight:bold;
  51.         color:#444;
  52.         line-height:20px;
  53.         font-size:14px;
  54.         margin-bottom:10px;
  55.         position:relative;
  56.     }
  57.     
  58.     .BoardItem_Date
  59.     {
  60.         float:right;
  61.         position:absolute;
  62.         right:20px;
  63.         top:0px;
  64.  
  65.         color:#ccc;
  66.  
  67.         font-size:12px;
  68.         font-weight:normal;
  69.         border-bottom:1px solid #ddd;
  70.     }
  71.  
  72.     .BoardItem_Tags
  73.     {
  74.         float:left;
  75.         clear:left;
  76.         display:block;
  77.         line-height:20px;
  78.         font-size:12px;
  79.         color:#999;
  80.         font-weight:bold;
  81.         width:100px;
  82.         border-top:1px solid #ccc;
  83.     }
  84.  
  85.     .Board_Avator_bg
  86.     {
  87.         float:left;
  88.         clear:left;
  89.         display:inline;
  90.         width:159px;
  91.         height:145px;
  92.         position:relative;
  93.  
  94.         background:#fff url(/img/ProjectCenter/WriteBoard_Avator_bg.jpg) no-repeat;
  95.     }
  96.     
  97.     .Board_Avator
  98.     {
  99.         position:absolute;
  100.         width:120px;
  101.         height:79px;
  102.         left:12px;
  103.         top:12px;
  104.     }
  105.     
  106.     .Board_Message
  107.     {
  108.         float:left;
  109.         display:inline;
  110.         line-height:20px;
  111.         font-size:13px;
  112.  
  113.         width:200px !important;
  114.         width:220px;
  115.  
  116.         background:#E7F4FF;
  117.         
  118.         padding:10px;
  119.         margin:0px;
  120.         word-break:break-all;
  121.         border-top:1px dashed #ccc;
  122.         border-right:1px dashed #ccc;
  123.     }
  124.     
  125.     .AlternateColor
  126.     {
  127.         background:#E7FFE5 !important;
  128.     }
  129.     
  130.     .Board_Date
  131.     {
  132.         color:#888;
  133.         
  134.     }
  135.     
  136.     a.Board_ControlLink:link, a.Board_ControlLink:visited
  137.     {
  138.         display:inline-block;
  139.         margin-right:10px;
  140.         color:#888;
  141.         line-height:20px;
  142.         height:20px;
  143.         padding:0 5px 0 5px;
  144.     }
  145.     
  146.     a.Board_ControlLink:hover
  147.     {
  148.         color:#fff;
  149.         background-color:#888;
  150.     }
  151.     
  152.     .TrashIcon
  153.     {
  154.         width:10px !important;
  155.         width:20px;
  156.         background:url(/img/App_GUI/Misc/trash.gif) center no-repeat;
  157.     }